Copying HTML for sliced documents

When exporting slices of an image, the HTML exported by Fireworks includes a table that reassembles slices on a Web page. If you export JavaScript rollovers or image maps with your slices, then the HTML also includes JavaScript code and a <MAP> section. When pasting a sliced graphic into other HTML documents, be sure to do these things:

Paste all of the <TABLE> section, including the tags, where you want the sliced graphic to appear on the page.
Paste any JavaScript into the <SCRIPT> section, or paste the entire <SCRIPT> section between the <HEAD> and </HEAD> tags.
Paste any <MAP> sections immediately after the </TABLE> tag for the sliced graphic.